ci: disable Homebrew tap auto-push again (token setup deferred) - #48
Merged
Conversation
Drop the homebrew publish-job so releases no longer fail on the cross-repo push to ARA-Labs/homebrew-tap. The HOMEBREW_TAP_TOKEN scope setup is being deferred; the tap is updated manually until it lands. Mirrors #37. The homebrew installer still ships the formula as a release artifact; only the auto-push job is removed. Re-enable via publish-jobs = ["homebrew"] in Cargo.toml + dist generate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Removes the
publish-homebrew-formulajob from the release workflow so a tagged release no longer fails on the cross-repo push toARA-Labs/homebrew-tap. TheHOMEBREW_TAP_TOKENscope setup is being deferred (to be handed off), and the tap is updated manually in the meantime — as was just done for 0.1.11.This mirrors #37 (which #44 had re-enabled).
Changes
Cargo.toml: droppublish-jobs = ["homebrew"]from[workspace.metadata.dist], replaced with a re-enable note..github/workflows/release.yml: remove thepublish-homebrew-formulajob and its reference from theannouncejob'sneeds/ifgate.Not changed
homebrewinstaller stays, soara.rbis still generated and attached to each GitHub Release — only the auto-push to the tap is disabled.Re-enabling later
Add
publish-jobs = ["homebrew"]back toCargo.tomland regenerate CI (dist generate), onceHOMEBREW_TAP_TOKENhas Contents:RW onARA-Labs/homebrew-tap.Versioning
CI-only change, no shipped-binary behavior change — no version bump or changelog entry per the repo's rules.